Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Moving dependency of mssql to the it module. #2076

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VardhanThigle
Copy link
Contributor

@VardhanThigle VardhanThigle commented Dec 19, 2024

Overview

The missing dependency on mssql caused integration test failure on #2064
Ref-of-the-run

It's possible that it worked for so many days due to the dependency being cached on the runners.

In order to unblock the sourcedb-to-spanner changes faster, the dependency was introduced only in v2/sourcedb-to-spanner

Moving it to the JDBCBaseIT package, where the jar is copied to GCS.

@VardhanThigle VardhanThigle changed the title [DRAFT] Moving dependency of mssql to the it module. [DRAFT] Moving dependency of mssql to the it module. Dec 19, 2024
@VardhanThigle VardhanThigle requested a review from Polber December 19, 2024 10:42
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.33%. Comparing base (d9243b5) to head (fb5c4ad).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2076      +/-   ##
============================================
+ Coverage     46.31%   46.33%   +0.02%     
- Complexity     3919     4251     +332     
============================================
  Files           857      857              
  Lines         51215    51240      +25     
  Branches       5389     5390       +1     
============================================
+ Hits          23719    23741      +22     
- Misses        25783    25785       +2     
- Partials       1713     1714       +1     
Components Coverage Δ
spanner-templates 68.12% <100.00%> (+0.03%) ⬆️
spanner-import-export 65.54% <ø> (-0.06%) ⬇️
spanner-live-forward-migration 76.42% <ø> (ø)
spanner-live-reverse-replication 77.63% <ø> (ø)
spanner-bulk-migration 87.22% <100.00%> (+0.05%) ⬆️

see 3 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant